IdeaBlade DevForce 2010 Help Reference
BooleanUsingBlock Constructor(Action<Boolean>)
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > BooleanUsingBlock Class > BooleanUsingBlock Constructor : BooleanUsingBlock Constructor(Action<Boolean>)



action
Create an instance with the specified action, defaulting the initial value to True.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal action As Action(Of Boolean) _
)
Visual Basic (Usage)Copy Code
Dim action As Action(Of Boolean)
 
Dim instance As New BooleanUsingBlock(action)
C# 
public BooleanUsingBlock( 
   Action<bool> action
)
C++/CLI 
public:
BooleanUsingBlock( 
   Action<bool>^ action
)

Parameters

action

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.